Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: incorrect hash values in Artifact.toml #248

Closed
wants to merge 3 commits into from

Conversation

vdayanand
Copy link

┌ Error: Hash Mismatch!
│   Expected sha256:   b3a5343bd0fcaabff4fcb73c0951a32d887d1cf0c69a64b52ea957704d4d1e0a
│   Calculated sha256: ceb1daa71141b91b442fa3703c797c9a3fe5ee07ea3302ceab39fb7e59cc4a8a
└ @ Pkg.PlatformEngines /Applications/Julia-1.9.app/Contents/Resources/julia/share/julia/stdlib/v1.9/Pkg/src/PlatformEngines.jl:627

@NicholasWMRitchie
Copy link

NicholasWMRitchie commented Dec 28, 2023

Ran into the same (?similar?) problem except this is my solution.

[meshcat]
git-tree-sha1 = "fb2656be919332cc37aa82e2b4110620b3ec9a85"
    [[meshcat.download]]
    url = "https://github.com/rdeits/meshcat/tarball/978cb8f519f9bb540e94b7f97a39ada4d7916b7c"
    sha256 = "b3a5343bd0fcaabff4fcb73c0951a32d887d1cf0c69a64b52ea957704d4d1e0a"

It appears to be a mismatch between the git-tree-sha1 and the sha256. Fix one or the other.

@ferrolho
Copy link
Collaborator

Closing this as it was already addressed with #252.

@ferrolho ferrolho closed this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants